Welcome![Sign In][Sign Up]
Location:
Search - C DOS

Search list

[Algorithmbem_code

Description: 边界元程序,包括C代码和执行程序,可运行于DOS和UNIX平台
Platform: | Size: 237568 | Author: sindy | Hits:

[Chess Poker games35

Description: 一个for DOS的五子棋游戏含C++源 -Gobang one for DOS games with the C++ Source
Platform: | Size: 63488 | Author: 夜雨花石 | Hits:

[Otherdossrc

Description: DOS SOURCE CODE,DOS-C started in 1988 as an experiment in writing device drivers in C for Microsoft s MS-DOS.
Platform: | Size: 665600 | Author: | Hits:

[Windows Developmoneymanagementsystem

Description: 家 庭 财 务 管 理 小 程 序 程序源代码: /*money management system*/ #include "stdio.h" #include "dos.h" main() { FILE *fp struct date d float sum,chm=0.0 int len,i,j=0 int c -Family financial management applet source code:/* money management system* /# Include stdio.h# Include dos.h main () (FILE* fp struct date d float sum, chm = 0.0 int len, i, j = 0 int c
Platform: | Size: 1024 | Author: earl86 | Hits:

[ADO-ODBCReadbf

Description: DOS下用C读写dbf数据库,不需要使用数据库管理系统软件,直接对dbf文件进行操作,显示数据库中信息。-DOS using C to read and write dbf database, does not require the use of database management system software, dbf file directly to the operation, showing the database information.
Platform: | Size: 1024 | Author: liu qinghua | Hits:

[assembly languageasm

Description: 这是从网上下载下来的一个计算程序,能实现加、减、乘、除的计算。该程序接受 的是16进制数。 执行时,需在文件名后直接跟上计算表达式,如在命令提示符下执行结果如下: c:\masm>js 3+2 5 c:\masm>js 6*7 2A c:\masm>js 10-4 c c:\masm>js 12/3 6 注:本程序在dos中或windows98中运行。 -This is downloaded from the Internet a computer program that can realize add, subtract, multiply, with the exception of the calculation. The program accepted 16 hexadecimal number. Implementation needs to be directly in the file name to keep up with the calculation of expression, such as in the command prompt implementation of results are as follows: c: masm
Platform: | Size: 4096 | Author: 甄子丹 | Hits:

[CommunicationdosSerial

Description: 这是一个外国人写的dos下串口通讯程序,已经过Borland C++调试通过,在项目上已经运用-This is written by a foreigner under dos serial communication program, has been Borland C++ Debug is passed, the project has been the use of
Platform: | Size: 2048 | Author: 彭德宾 | Hits:

[OtherzhongwenDOShuangjing

Description: 这是中文DOS环境运行示例,可以用从C,C++等或以文本形式打开。-This is the Chinese DOS environment to run the example, you can use from C, C++, Etc., or to open a text form.
Platform: | Size: 1024 | Author: 周俊辉 | Hits:

[Other Gamesboxman

Description: dos下的boxman小游戏c语言源程序代码,很好玩-Boxman under dos game c language source code, is a lot of fun
Platform: | Size: 1024 | Author: apple | Hits:

[Software Engineeringguanli

Description: 小型物品管理,基于c++平台,是DOS窗口程序-Management of small items, based on the c++ Platform, is the DOS window procedure
Platform: | Size: 4096 | Author: 陈杰 | Hits:

[Otherneogeo

Description: Microsoft Visual C++,Borland C++,Watcom C++ ,Borland C++ ,Borland C++ Builder,Borland C++ 3.1 for DOS,Watcom C++ 11.0 for DOS,GNU DJGPP C++ ,Lccwin32 C Compiler 3.1,Microsoft C,High C-Microsoft Visual C++, Borland C++, Watcom C++, Borland C++, Borland C++ Builder, Borland C++ 3.1 for DOS, Watcom C++ 11.0 for DOS, GNU DJGPP C++, Lccwin32 C Compiler 3.1, Microsoft C, High C
Platform: | Size: 56320 | Author: stephen | Hits:

[Game Server Simulatorzsnes131bsrc

Description: C源代码,DOS平台,最著名的GBA模拟器源码-C source code, DOS platform, the most famous source GBA emulator
Platform: | Size: 1073152 | Author: dsdsd | Hits:

[Data structslinklist_demo

Description: 自己用C语言写的DOS下链表操作示例程序。-Their own language with C list under the DOS operating procedures sample.
Platform: | Size: 14336 | Author: 区敏 | Hits:

[Algorithmcholesky

Description: 乔列斯基分解的C语言实现,输入部分可通过txt文档形式输入,输出则直接显示在DOS环境中,适合数值分析、工程数值方法等课程的作业-Decomposition of the C language乔列斯基realize, enter part of the form through txt file input and output are directly displayed in the DOS environment, suitable for numerical analysis, engineering, numerical methods of such courses from the operation
Platform: | Size: 2048 | Author: Egret Egg | Hits:

[Windows Developsmall_c_for_dos

Description: small c for dos源代码 C语言编译器源代码-small c for dos source code for C language compiler source code
Platform: | Size: 99328 | Author: gogo | Hits:

[assembly languagetinix_os

Description: === ==== 关于本光盘 ========== \Tinix: 书中所附代码 其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件: boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。 loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。 kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。 bochsrc.bxrc Bochs 配置文件,如果系统中安装了 Bochs-2.1.1 可直接双击之运行。其它细节请见书第 2.7 节。 godbg.bat 调试时可使用此批处理文件。它假设 Bochs-2.1.1 安装在 D:\Program Files\Bochs-2.1.1\ 中。 TINIX.IMG 软盘映像。可直接通过 Bochs 或者 Virtual PC 运行。 *.com 可以在 DOS (必须为纯 DOS) 下运行的文件。 \Tools: 一些小工具 (在 VC6 下编译通过) DescParser 描述符分析器,输入描述符的值,可以得出起基址、界限、属性等信息。 ELFParser ELF 文件分析器,可以列出一个 ELF 文件的 ELF Header、 Program Header、Section Header 等信息。 FloppyWriter 用以写引导扇区,支持软盘和软盘映像。 KrnlChecker 用以检查一个 Tinix 内核加载后位置是否正确。-err
Platform: | Size: 1737728 | Author: 朱昭威 | Hits:

[Chess Poker gamesDosBetaWu

Description: for DOS的五子棋游戏 C++源代码.-for DOS game Gobang the C++ source code.
Platform: | Size: 17408 | Author: Sen3 | Hits:

[ELanguagesmall_c_for_dos_souce_code

Description: c语言编译器源代码,small c for dos源代码,对学习c语言本质很有好处。-c language compiler source code, small c for dos source code, the nature of learning c language is very good.
Platform: | Size: 99328 | Author: 白展堂 | Hits:

[ICQ-IM-Chatwinsock_chat

Description: 基于winsock的聊天室程序 共享自己写的基于winsocket的聊天室程序,新手第一次写的程序~~以前自己找了很多网站都没找到过这方面的,现在我把自己写的传上来供大家参考下~~~也希望大家多多给我建议~~这是我第一次自己写的TCP聊天室程序。同时感谢在论坛里面给我过帮助的朋友,谢谢你们的支持。 程序介绍:1、用C++语言,基于DOS界面 2、可供用户输入用户名 3、最大可连接用户500名 4、此程序是基于TCP的局域网聊天室程序 程序操作说明:1、启动服务器 2、启动客户端,输入用户名和服务器所在的IP地址-Winsock-based chat room sharing their own Writing WinSocket based chat room procedures, new procedures for the first time ~ ~ Writing ago to find a lot of their own site did not find in this area, and now I wrote it myself Chuan-up for U.S. refer to the following ~ ~ ~ also hope that more to the U.S. I suggest that ~ ~ this is the first time I wrote it myself TCP Chat program. At the same time, thanks to the forum which helped me a friend, Thank you your support. Introduce procedures: one, using C++ Language, DOS-based interface 2, for the user to enter a user name 3, the biggest users can connect 500 4, this procedure is based on TCP LAN Chat Program Instructions: 1, start server 2, start the client, enter your user name and server IP address
Platform: | Size: 4096 | Author: 姚先生 | Hits:

[Windows Developwindow

Description: dos上的中文菜单程序,用C++编写。希望能给大家有一定的参考价值。-dos on the Chinese menu procedures, using C++ prepared. I hope everyone can have a certain reference value.
Platform: | Size: 184320 | Author: gmaj | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net